Get Issue
AutomatR.Jira.Activities.GetIssue
The "Get Issue" activity in AutomatR's Jira package allows you to retrieve details for a specific Jira issue using its key or ID. This activity is essential for accessing information about Jira issues within your automation workflows.
Properties
Name | Description |
---|---|
Input | |
Ticket ID | Enter the Ticket ID of the Jira issue for which details are required. String variables containing the Ticket ID. |
Ticket Key | Enter the Ticket Key of the Jira issue for which details are required. String variables containing the Ticket Key. |
Misc | |
Display Name | The display name of the activity. This field supports only strings or String variables. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Get Issue" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Result | Outputs an object containing details about the specified Jira issue. Variables of relevant types (e.g., dynamic variables) to store issue details. |
How to use:
- Drag and drop the "Get Issue" activity onto the workflow.
- Configure the properties by specifying the Ticket ID or Ticket Key.
- Optionally, configure the delay.
- Execute the workflow to retrieve details about the specified Jira issue.
Example: Consider an example where the "Get Issue" activity is used to retrieve details for a Jira issue with the key "JIRA-123":
Get Issue:
Ticket Key: "JIRA-123"
Result: issueDetails
In this example, the activity fetches details about the Jira issue with the key "JIRA-123". The result, which includes details about the issue, is stored in the dynamic variable "issueDetails" for further handling in the workflow.